home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 12 / 2 / DISK1222.ZIP / A4.DOC next >
Text File  |  1988-04-17  |  4KB  |  89 lines

  1. 3800 7340
  2. 5 85
  3. 91 171
  4. 7.0
  5.  
  6. The top 4 lines are the only ones used by the program.  You may
  7. add comments from this position on.
  8.  
  9. This file is my answer to a number of European and Far Eastern
  10. requests for PAMPHLET to use A4 paper size.  I have tried a
  11. number of ways to implement this change but have been
  12. unsuccessful because of the need for a specific A4 tray which
  13. automatically sets the printer's paper definition.  Soft
  14. selecting A4 and manual paper feeding have not worked in my
  15. experiments.  My thanks to those of you who have sent A4 paper
  16. for comparison.  It has helped, even though I couldn't use it
  17. directly.  The above 7 numbers are the only ones needed by the
  18. program to determine pamphlet page and center line positioning.
  19. You may modify them but the format MUST be as above.  Lines 1,2
  20. and 3 MUST contain 2 integer numbers (ie no decimal point) which
  21. are separated by a space.  Line 4 contains but one number which
  22. may or not have a decimal point.
  23.  
  24. To use this file, rename it to A4.DAT or create a file of at
  25. least the top 4 mandatory lines and name it A4.DAT. The program
  26. will look for a file named A4.DAT on initialization. It will look
  27. first on the default directory (the directory where you are when
  28. you run the program) and then in the directory you have setup and
  29. saved as a font directory location (screen 2).  If not found, the
  30. program will use the default values noted.
  31.  
  32.  
  33. The first line --
  34.  
  35.   first number  -- Default 3800
  36.                 horizontal point location of the center line.
  37.                 Higher numbers move the line to the right.  A4
  38.                 paper should require around 4050.
  39.  
  40.   second number -- Default 7340
  41.                 length of the center line in points.  A4 paper
  42.                 may require a smaller number.
  43.  
  44. The second line -- Default 5 85
  45.                 Left (5) and Right (85) margin definitions of the
  46.                 left side pamphlet page.  The numbers represent
  47.                 lineprinter sized characters (16.66 cpi).  The
  48.                 difference between margins should be 80
  49.                 characters.  A4 paper may require adding
  50.                 approximately 3 to each of these numbers.
  51.  
  52. The third line -- Default 91 171
  53.                 Left (91) and Right (171) margin definitions of
  54.                 the right side pamphlet page.  The numbers
  55.                 represent lineprinter sized characters (16.66
  56.                 cpi).  The difference between margins should be
  57.                 80 characters.  A4 paper may require adding
  58.                 approximately 7 to each of these numbers.
  59.  
  60. The fourth line  -- Default 7.4
  61.                 Printable page length in inches (remember we are
  62.                 in landscape mode).  A top margin of approx 1/2
  63.                 inch is automatically generated by the program.
  64.                 Adjust this number for an appropriate bottom
  65.                 margin.  A4 paper should be around 7.1 or 7.2.
  66.                 The pamphlet program is able to print 2 pages
  67.                 side by side by "fooling the printer" and not
  68.                 printing beyond the printer's physical bottom
  69.                 line before resetting the margin and printing the
  70.                 other side.  If you set this number too large,
  71.                 the printer will eject the paper before printing
  72.                 of the right side pamphlet page is complete.
  73.  
  74. Known (and still to be corrected) bugs using this method of page
  75. definition.  The automatic title page option is not yet aligned.
  76. It is a fairly simplistic title and most users don't use it.
  77. Screen 2 automatic font selection using the function keys will
  78. incorrectly display the lines per page (unless you have a page
  79. length of 7.4 inches).  It will correctly display once you step
  80. through using the enter or arrow keys.
  81.  
  82. I hope this fix will work for you.  I'd appreciate hearing the
  83. values that work best for your configuration.
  84.  
  85. Sincerely,
  86.  
  87.  
  88.  
  89. Martin